Customer
Sends an account invite to a customer.
post/admin/customers/{customer_id:[0-9]+}/send_invite.json
Request body
Example request
{
"customer_invite": {
"from": "steve@apple.com",
"subject": "Customer account activation",
"to": "bob.norman@hostmail.com"
}
}Response
OK
Example response
{
"customer_invite": {
"from": "steve@apple.com",
"subject": "Customer account activation",
"to": "bob.norman@hostmail.com"
}
}